From b1a5eb22b2e7a1f67cdc7b1fa607dc86735c0b4b Mon Sep 17 00:00:00 2001 From: addshore Date: Fri, 6 May 2016 16:01:40 +0100 Subject: [PATCH] Add @since tags for TestUser::getUser/Password Change-Id: I10f4ba36bcb5cb329410d76be3c629635113b2f7 --- tests/phpunit/includes/TestUser.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/phpunit/includes/TestUser.php b/tests/phpunit/includes/TestUser.php index b506cb87af..142c77f932 100644 --- a/tests/phpunit/includes/TestUser.php +++ b/tests/phpunit/includes/TestUser.php @@ -143,6 +143,7 @@ class TestUser { } /** + * @since 1.25 * @return User */ public function getUser() { @@ -150,6 +151,7 @@ class TestUser { } /** + * @since 1.25 * @return string */ public function getPassword() { -- 2.20.1